LM (List Loaded Modules)
Syntax
LM [/s [/o]]
[/f ] [modulename]
Parameter
parameters
/s List segmented
modules.
/f List flat
modules.
/o Sorts
segmented modules by selector.
modulename Module to
list
Description
This command
lists the specified loaded modules. If you do not specify a modulename, LM
will list all loaded modules. If /f and /s are both absent from
the command line, LM will assume both; the following two commands are
equivalent:
> LM
> LM /f /s
Segmented
modules are sorted by module name, then selector, unless you specified /o.
Flat modules are sorted by base address.